home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBTree / htbtree.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.4 KB  |  52 lines

  1. /***********************************************
  2.  htbtree.dll
  3.   
  4.  htbtree.h
  5.  
  6.  Copyright TransEra Corporation 1999.
  7. ************************************************/
  8. #if !defined(AFX_HTBTREE_H__8D992741_A0F5_11D3_8BF1_00105AC66D91__INCLUDED_)
  9. #define AFX_HTBTREE_H__8D992741_A0F5_11D3_8BF1_00105AC66D91__INCLUDED_
  10.  
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14.  
  15. #ifndef __AFXWIN_H__
  16.     #error include 'stdafx.h' before including this file for PCH
  17. #endif
  18.  
  19. //#define MAX_PATH        256
  20.  
  21. #include "resource.h"        // main symbols
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CHtbtreeApp
  25. // See htbtree.cpp for the implementation of this class
  26. //
  27.  
  28. class CHtbtreeApp : public CWinApp
  29. {
  30. public:
  31.     CHtbtreeApp();
  32.  
  33. // Overrides
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CHtbtreeApp)
  36.     //}}AFX_VIRTUAL
  37.  
  38.     //{{AFX_MSG(CHtbtreeApp)
  39.         // NOTE - the ClassWizard will add and remove member functions here.
  40.         //    DO NOT EDIT what you see in these blocks of generated code !
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_HTBTREE_H__8D992741_A0F5_11D3_8BF1_00105AC66D91__INCLUDED_)
  52.